batch files - определение. Что такое batch files
Diclib.com
Словарь онлайн

Что (кто) такое batch files - определение

EXECUTION OF A SERIES OF JOBS WITHOUT MANUAL INTERVENTION
Batch job; Batch mode; Batch Processing; Batch Job; Batch programs; Batch program; Batch-oriented; Batch computing; Batch system; Batch data entry; Job processing cycle; Job Processing Cycle; Batch stream processing; Batchjob; Batching (computer graphics); Batch processor
  • NOS]] batch file to get the file STARTRK and output it to the card punch

batch file         
SCRIPT FILE THAT EXECUTES DOS OR WINDOWS COMMAND PROMPT COMMANDSCOLOR A
Microsoft operating system batch programming; .bat; Batch files; DOS batch file; Batch script; BAT file; Microsoft command line script; Batch programming language; Batch language; Batch programming; MS-DOS batch files; Windows batch file; BAT (file format); CMD (file format); BTM (file format); Batch file programming; Batch coding; Windows NT Command Script; .btm; Replacement variable; Replacement variable (computing); Replacement variable (DOS); Replacement parameter; Replacement parameter (computing); Replacement parameter (DOS); Batch file parameter; Batch file parameter (DOS); Batch file parameter (computing); Replaceable parameter (DOS); Replaceable parameter (computing); Replaceable parameter; Bat file; WINSTART.BAT; Windows batch files; Batchfile
¦ noun a computer file containing a list of instructions to be carried out in turn.
batch file         
SCRIPT FILE THAT EXECUTES DOS OR WINDOWS COMMAND PROMPT COMMANDSCOLOR A
Microsoft operating system batch programming; .bat; Batch files; DOS batch file; Batch script; BAT file; Microsoft command line script; Batch programming language; Batch language; Batch programming; MS-DOS batch files; Windows batch file; BAT (file format); CMD (file format); BTM (file format); Batch file programming; Batch coding; Windows NT Command Script; .btm; Replacement variable; Replacement variable (computing); Replacement variable (DOS); Replacement parameter; Replacement parameter (computing); Replacement parameter (DOS); Batch file parameter; Batch file parameter (DOS); Batch file parameter (computing); Replaceable parameter (DOS); Replaceable parameter (computing); Replaceable parameter; Bat file; WINSTART.BAT; Windows batch files; Batchfile
<operating system> (Or script) A text file containing operating system commands which are executed automatically by the command-line interpreter. In Unix, this is called a "shell script" since it is the Unix shell which includes the command-line interpreter. Batch files can be used as a simple way to combine existing commands into new commands. autoexec.bat is the best known example of an MS-DOS batch file. (1996-01-07)
batch processing         
<programming> A system that takes a set (a "batch") of commands or jobs, executes them and returns the results, all without human intervention. This contrasts with an interactive system where the user's commands and the computer's responses are interleaved during a single run. A batch system typically takes its commands from a disk file (or a set of punched cards or magnetic tape in the old days) and returns the results to a file (or prints them). Often there is a queue of jobs which the system processes as resources become available. Since the advent of the personal computer, the term "batch" has come to mean automating frequently performed tasks that would otherwise be done interactively by storing those commands in a "batch file" or "script". Usually this file is read by some kind of command interpreter but batch processing is sometimes used with GUI-based applications that define script equivalents for menu selections and other mouse actions. Such a recorded sequence of GUI actions is sometimes called a "macro". This may only exist in memory and may not be saved to disk whereas a batch normally implies something stored on disk. (1998-06-26)

Википедия

Batch processing

Computerized batch processing is a method of running software programs called jobs in batches automatically. While users are required to submit the jobs, no other interaction by the user is required to process the batch. Batches may automatically be run at scheduled times as well as being run contingent on the availability of computer resources.